* indent.c (Fvertical_motion): Fix == vs = typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:15:32 +0000 (09:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Sep 2011 16:15:32 +0000 (09:15 -0700)
src/ChangeLog
src/indent.c

index 851f013c3fbd711e7c7cf6922c74da3e9a4d59a2..efaa386b08b3f48084fa54a0102bb33acc91ac6e 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * indent.c (Fvertical_motion): Fix == vs = typo.
+
 2011-09-24  Eli Zaretskii  <eliz@gnu.org>
 
        * dispnew.c (syms_of_display) <redisplay-dont-pause>: Default
index e6629ef5811279e58c7942b28990b8b671cfdda9..a70b7971b961a22dc202851d7cb3c9487eba6861 100644 (file)
@@ -2041,7 +2041,7 @@ whether or not it is currently displayed in some window.  */)
                it_overshoot_count++;
            }
          if (!it_overshoot_count)
-           it_overshoot_count == -1;
+           it_overshoot_count = -1;
        }
       else
        it_overshoot_count =